func net/netip.appendDecimal
6 uses
net/netip (current package)
netip.go#L810: func appendDecimal(b []byte, x uint8) []byte {
netip.go#L853: ret = appendDecimal(ret, ip.v4(0))
netip.go#L855: ret = appendDecimal(ret, ip.v4(1))
netip.go#L857: ret = appendDecimal(ret, ip.v4(2))
netip.go#L859: ret = appendDecimal(ret, ip.v4(3))
netip.go#L1434: b = appendDecimal(b, uint8(p.bits))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)